01. Introduction
ND213 C03 FP 01 Overview & Demo
Project Introduction Summary
Purpose : In this project you will analyze and modify an existing ChatBot program, which is able to discuss some memory management topics based on the content of a knowledge base. The program can be executed and works as intended. However, no advanced concepts as discussed in this course have been used. There are no smart pointers, no move semantics and not much thought has been given on ownership and on memory allocation.
Your task : Use the course knowledge to optimize the ChatBot program from a memory management perspective. There is a total of five tasks to be completed.
You can find the GitHub repo for the project here . The rubric for the project can be found here .